.wrp-icon-floating {
    position: fixed;
    bottom: 35px;
    left: 30px;
    border-radius: 32%;
    z-index: 800;
    cursor: pointer;
    display: block;
    width: 60px;

}

.floating-button span{
    background-color: #B3C2E3;
    color: #0033A1;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.wrp-icon-floating img{
    width: 100%;
    box-shadow: 0px 4px 36px #0033A1;
    transition: box-shadow 0.3s ease;
    border-radius: 50%;
    margin-bottom: 7px;
}

.wrp-icon-floating img:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
}
